-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hugo/feature/Add Fly animation #525
Conversation
HPezz
commented
Mar 3, 2022
- ✨ (led animation): Add Fly animation
- 🎨 (spikes): Upgrade lk_led_spike
Codecov Report
@@ Coverage Diff @@
## develop #525 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 96 96
Lines 1471 1471
=========================================
Hits 1471 1471 Continue to review full report at Codecov.
|
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
adcb780
to
63b09a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 modulo deux/trois changements
libs/LedKit/source/Fly.cpp
Outdated
static constexpr auto kInputMaxStage0 = 50; | ||
static constexpr auto kInputMaxStage1to2 = 30; | ||
static constexpr auto kInputMaxStage3 = 10; | ||
static constexpr auto kInputMaxValue4to7 = 6; | ||
static constexpr auto kThresholdDown = 0.3F; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je les mettrai quand même dans les stages directement.
spikes/lk_led_kit/main.cpp
Outdated
rtos::ThisThread::sleep_for(40s); | ||
|
||
ledkit.stop(); | ||
rtos::ThisThread::sleep_for(1s); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je pense qu'il faut que tu fasses un rebase sur develop pour retirer ce changement.
libs/LedKit/include/internal/Fly.h
Outdated
@@ -0,0 +1,64 @@ | |||
// Leka - LekaOS | |||
// Copyright 2021 APF France handicap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Copyright 2021 APF France handicap | |
// Copyright 2022 APF France handicap |
63b09a2
to
608283a
Compare
608283a
to
e0e3b7f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |